# Sample Application

Sample app project that establishes a connection to a MobiControl deployment server and works with the core SDK features.

## Build Requirements

Xcode 9.0 (iOS 8.0) or later

To build Sample application successfully, do the following:

*    Copy provided ’..\SDK\libSOTIMCAgentSDK.a’ or ’SDK\libSOTIMCAgentSDK_Development.a’ to ‘Sample SDK-enabled App/SDK/libs/libSOTIMCAgentSDK.a’
*    Copy provided ‘..\SDK\SDKResources.bundle’ to path ‘Sample SDK-enabled App/SDK/libs/’
*    Copy provided ‘..\SDK\Header’ files into path 'Sample SDK-enabled App/SDK/h/’

Note: libSOTIMCAgentSDK.a should be used when releasing the application whereas libSOTIMCAgentSDK_Development.a should be used during development of the application